DCL Function Return Codes

Message Code Description
DNACLIENT_OK 0 Request was processed successfully
DNACLIENT_UNINITED -1 CygNet client has not been initialized
DNACLIENT_MEMORY -2 Memory allocation error
DNACLIENT_NLOGIN -3 Workstation not logged in to network
DNACLIENT_NONAME -5 Service name not found in the ARS
DNACLIENT_NAMES -6 Obsolete
DNACLIENT_FULL -7 Service name table is full
DNACLIENT_VERROR -8 Response(s) received but validation failed
DNACLIENT_OOS -9 The CygNet service is not in service
DNACLIENT_FAILED -10 The CygNet service has failed
DNACLIENT_NDIR -11 Service name not in ARS
DNACLIENT_DIRF -12 Unable to contact a CygNet directory service
DNACLIENT_BUSY -13 Client is busy with another request
DNACLIENT_NOANSWER -14 No reply received from CygNet service
DNACLIENT_FILEERR -15 Error opening file
DNACLIENT_MUTEX_ERR -16 Failed to create mutex
DCL_ILLEGAL_CMPRS_TYPE -17 Invalid compression type set by DclSetCmprsParms
DCL_ILLEGAL_ENCRYPT_TYPE -18 Invalid encryption type set by DclSetCmprsParms
DCL_ILLEGAL_BUFFER_SIZE -19 Invalid send or receive buffer size
DCL_UNEXPECTED_ERROR -20 Unexpected DCL error
DNACLIENT_SENDFAILED -21 Message failed to send
DNACLIENT_BADADDR -22 Service address is invalid
DNACLIENT_WRONG_VER -23 Service version is incompatible
DCL_NOT_SUPPORTED -24 Function/feature not supported
DCL_DOMAIN_MISMATCH -25 Domain mismatch error
DCL_INVALID_PARAMETER -26 Invalid parameter to DCL function
DNACLIENT_INVALID_NAME -27 CygNet service name given is invalid
DNACLIENT_INVALID_DOMAIN -28 Domain ID is invalid
DNACLIENT_CANCELED -29 Message was canceled before a response was received
DNACLIENT_BAD_CAL_FOR_DOMAIN -30 CAL for this workstation is locked, disabled, or expired.